fontbutton: Use markdown for css tree
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2021 00:46:58 +0000 (19:46 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000 (16:37 +0000)
gtk/gtkfontbutton.c

index 4dd63c107c748f82190be9f90471fd52fa2c1514..091ecbfe1939aa38fbe15a4bc46eb54ce2b34ddb 100644 (file)
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * fontbutton
  * ╰── button.font
  *     ╰── [content]
- *]|
+ * ```
  *
  * `GtkFontButton` has a single CSS node with name fontbutton which
  * contains a button node with the .font style class.